home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / ppd / ppddb / CN_A4041.PPD < prev    next >
PostScript Printer Description  |  1997-06-17  |  14KB  |  409 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.4"
  11. *LanguageVersion: English
  12. *PCFileName: "CN_A4041.PPD"
  13. *Product: "(Canon LASER SHOT A404PS)"
  14. *PSVersion: "(2011.115) 0"
  15. *ModelName: "Canon LASER SHOT A404PS with 2 fonts"
  16. *NickName: "LBP-A404PS Lite"
  17.  
  18. *% === Options and Constraints =========
  19. *OpenGroup: InstallableOptions/Options Installed
  20. *OpenUI *Option1/Optional Cassette: Boolean
  21. *DefaultOption1: False
  22. *Option1 True/Installed: ""
  23. *Option1 False/Not Installed: ""
  24. *CloseUI: *Option1
  25.  
  26. *OpenUI *Option2/Memory Configuration: PickOne
  27. *DefaultOption2: None
  28. *Option2 None/Standard 6 MB RAM: ""
  29. *Option2 10Meg/10 MB total RAM: ""
  30. *CloseUI: *Option2
  31. *CloseGroup: InstallableOptions
  32.  
  33. *UIConstraints: *Option1 False *InputSlot Cassette
  34.  
  35. *% ==== Device Capabilities ===============
  36. *LanguageLevel: "2"
  37. *Protocols: BCP
  38. *FreeVM: "2226924"
  39. *VMOption None/Standard 6 MB RAM: "2226924"
  40. *VMOption 10Meg/10 MB total RAM: "7550460"
  41. *ColorDevice: False
  42. *DefaultColorSpace: Gray
  43. *VariablePaperSize: False
  44. *FileSystem: False
  45. *Throughput: "4"
  46. *Password: "()" 
  47. *ExitServer: "
  48.  count 0 eq
  49.  { false } { true exch startjob } ifelse
  50.  not { 
  51.      (WARNING: Cannot modify initial VM.) =
  52.      (Missing or invalid password.) =
  53.      (Please contact the author of this software.) = flush quit
  54.      } if
  55. "
  56. *End
  57. *Reset: "
  58.  count 0 eq
  59.  { false } { true exch startjob } ifelse
  60.  not { 
  61.     (WARNING: Cannot reset printer.) =
  62.     (Missing or invalid password.) =
  63.     (Please contact the author of this software.) = flush quit
  64.     } if
  65.  systemdict /quit get exec
  66.  (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  72. *?Resolution: "
  73.   save
  74.     currentpagedevice /HWResolution get
  75.     0 get
  76.     (          ) cvs print
  77.     (dpi)
  78.     = flush
  79.   restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  89. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  90. add   1 exch   sub  } ifelse  }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *OpenUI *Smoothing:  PickOne
  101. *OrderDependency: 50 AnySetup *Smoothing
  102. *DefaultSmoothing:True
  103. *Smoothing True: "1 dict dup /PostRenderingEnhance true put setpagedevice"
  104. *Smoothing False: "1 dict dup /PostRenderingEnhance false put setpagedevice"
  105. *?Smoothing: "
  106.   save
  107.     currentpagedevice /PostRenderingEnhance get
  108.     {(True)}{(False)}ifelse = flush
  109.   restore
  110. "
  111. *End
  112. *CloseUI: *Smoothing
  113.  
  114. *% Paper Handling ===================
  115.  
  116. *% Code in this section both selects a tray and sets up a frame buffer.
  117. *OpenUI *PageSize: PickOne
  118. *OrderDependency: 30 AnySetup *PageSize
  119. *DefaultPageSize: A4
  120. *PageSize A4: "
  121.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  122. *End
  123. *PageSize B5: "
  124.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  125. *End
  126. *?PageSize: "
  127.  save
  128.    currentpagedevice /PageSize get aload pop
  129.    2 copy gt {exch} if 
  130.    (Unknown) 
  131.   2 dict
  132.    dup [595 842] (A4) put
  133.    dup [516 729] (B5) put
  134.  { exch aload pop 4 index sub abs 5 le exch 
  135.    5 index sub abs 5 le and 
  136.       {exch pop exit} {pop} ifelse
  137.    } bind forall
  138.    = flush pop pop
  139. restore 
  140. "
  141. *End
  142. *CloseUI: *PageSize
  143.  
  144. *OpenUI *PageRegion:  PickOne
  145. *OrderDependency: 40 AnySetup *PageRegion
  146. *DefaultPageRegion: A4
  147. *PageRegion A4: "
  148.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  149. *End
  150. *PageRegion B5: "
  151.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  152. *End
  153. *CloseUI: *PageRegion
  154.  
  155. *% The following entries provide information about specific paper keywords.
  156. *DefaultImageableArea: A4
  157. *ImageableArea A4: "12.9601 3.6001 581.28 825.6 "
  158. *ImageableArea B5: "16.08 5.4 499.92 711.96 "
  159. *?ImageableArea: "
  160.  save
  161.    /cvp { (                ) cvs print ( ) print } bind def
  162.    /upperright {10000 mul floor 10000 div} bind def
  163.    /lowerleft {10000 mul ceiling 10000 div} bind def
  164.    newpath clippath pathbbox
  165.    4 -2 roll exch 2 {lowerleft cvp} repeat
  166.    exch 2 {upperright cvp} repeat flush
  167.  restore
  168. "
  169. *End
  170.  
  171. *% These provide the physical dimensions of the paper (by keyword)
  172. *DefaultPaperDimension: A4
  173. *PaperDimension A4: "595 842"
  174. *PaperDimension B5: "516 729"
  175.  
  176. *RequiresPageRegion Multipurpose: True
  177.  
  178. *OpenUI *InputSlot: PickOne
  179. *OrderDependency: 20 AnySetup *InputSlot
  180. *DefaultInputSlot: Multipurpose
  181. *InputSlot Multipurpose/Multipurpose Tray: "
  182.   currentpagedevice /InputAttributes get 0 get 
  183.   dup null eq 
  184.   { pop } 
  185.   { dup length 1 add dict copy 
  186.     dup /InputAttributes
  187.     1 dict dup /Priority [0] put
  188.     put setpagedevice
  189.   } ifelse"
  190. *End
  191. *InputSlot Cassette: "
  192.   currentpagedevice /InputAttributes get 1 get 
  193.   dup null eq 
  194.   { pop } 
  195.   { dup length 1 add dict copy 
  196.     dup /InputAttributes
  197.     1 dict dup /Priority [1] put
  198.     put setpagedevice
  199.   } ifelse"
  200. *End
  201. *?InputSlot: "
  202. save
  203.   2 dict
  204.   dup /0 (Multipurpose) put
  205.   dup /1 (Cassette) put
  206.   currentpagedevice /InputAttributes get
  207.   dup /Priority known
  208.   { /Priority get 0 get (      ) cvs cvn get }
  209.   {
  210.     dup length 1 eq
  211.     { {pop} forall (       ) cvs cvn get }
  212.     { pop pop (Unknown) } ifelse
  213.   } ifelse
  214.   = flush
  215. restore
  216. "
  217. *End
  218. *CloseUI: *InputSlot
  219.  
  220. *DefaultOutputBin:  OnlyOne
  221. *DefaultOutputOrder:  Normal
  222.  
  223. *OpenUI *ManualFeed/Manual Feed:  Boolean
  224. *OrderDependency: 20 AnySetup *ManualFeed
  225. *DefaultManualFeed: False
  226. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  227. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  228. *?ManualFeed: "
  229.   save
  230.     currentpagedevice /ManualFeed get
  231.     {(True)}{(False)}ifelse = flush
  232.   restore
  233. "
  234. *End
  235. *CloseUI: *ManualFeed
  236.  
  237. *% Font Information =====================
  238. *DefaultFont: Courier
  239. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  240. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  241. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  242. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  243. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  244. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  245. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  246. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  247. *Font Courier: Standard "(002.004S)" Standard ROM
  248. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  249. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  250. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  251. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
  252. *Font GothicBBB-Medium-Add-H: JIS "(003.001)" Add Disk
  253. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
  254. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
  255. *Font GothicBBB-Medium-Add-V: JIS "(003.001)" Add Disk
  256. *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
  257. *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
  258. *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Ext Disk
  259. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
  260. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
  261. *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Ext Disk
  262. *Font GothicBBB-Medium-H: JIS "(003.001)" JIS-83 Disk
  263. *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" NWP Disk
  264. *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" NWP Disk
  265. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
  266. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.001)" Special Disk
  267. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
  268. *Font GothicBBB-Medium-V: JIS "(003.001)" JIS-83 Disk
  269. *Font GothicBBB-Medium.Oubun: Special "(003.001)" Special Disk
  270. *Font GothicBBB-Medium.Roman: Special "(003.001)" Special Disk
  271. *Font GothicBBB-Medium.Roman83pv: Special "(003.001)" Special Disk
  272. *Font GothicBBB-Medium.WP-Symbol: Special "(003.001)" Special Disk
  273. *Font Helvetica: Standard "(001.006S)" Standard ROM
  274. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  275. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  276. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  277. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  278. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  279. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  280. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  281. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  282. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  283. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  284. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  285. *Font Mincho-PC-Hiragana: Special "(002.000)" Special Disk
  286. *Font Mincho-PC-Katakana: Special "(002.001)" Special Disk
  287. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  288. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  289. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  290. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  291. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  292. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  293. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  294. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  295. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
  296. *Font Ryumin-Light-Add-H: JIS "(003.000)" Add Disk
  297. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
  298. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
  299. *Font Ryumin-Light-Add-V: JIS "(003.000)" Add Disk
  300. *Font Ryumin-Light-EUC-H: EUC "(003.000)" JIS-83 Disk
  301. *Font Ryumin-Light-EUC-V: EUC "(003.000)" JIS-83 Disk
  302. *Font Ryumin-Light-Ext-H: JIS "(003.000)" Ext Disk
  303. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
  304. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
  305. *Font Ryumin-Light-Ext-V: JIS "(003.000)" Ext Disk
  306. *Font Ryumin-Light-H: JIS "(003.000)" JIS-83 Disk
  307. *Font Ryumin-Light-NWP-H: JIS "(003.000)" NWP Disk
  308. *Font Ryumin-Light-NWP-V: JIS "(003.000)" NWP Disk
  309. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
  310. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.000)" Special Disk
  311. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
  312. *Font Ryumin-Light-V: JIS "(003.000)" JIS-83 Disk
  313. *Font Ryumin-Light.Oubun: Special "(003.000)" Special Disk
  314. *Font Ryumin-Light.Roman: Special "(003.000)" Special Disk
  315. *Font Ryumin-Light.Roman83pv: Special "(003.000)" Special Disk
  316. *Font Ryumin-Light.WP-Symbol: Special "(003.000)" Special Disk
  317. *Font Symbol: Special "(001.007S)" Special ROM
  318. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  319. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  320. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  321. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  322. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  323. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  324.  
  325. *?FontQuery: "
  326.  save
  327.    { count 1 gt
  328.       { exch dup 127 string cvs (/) print print (:) print
  329.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  330.       } { exit } ifelse 
  331.    } bind loop
  332.    (*) = flush
  333.  restore
  334. "
  335. *End
  336.  
  337. *?FontList: "
  338. save
  339.   (*) {cvn ==} 128 string /Font resourceforall
  340.   (*) = flush
  341. restore
  342. "
  343. *End
  344.  
  345. *% Printer Messages (verbatim from printer):
  346. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  347. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  348.  
  349. *% Status (format: %%[ status: <one of these> ] %%)
  350. *Status: "idle"
  351. *Status: "busy"
  352. *Status: "waiting"
  353. *Status: "holding"
  354. *Status: "PrinterError: no paper tray"
  355. *Status: "PrinterError: out of paper"
  356. *Status: "PrinterError: request of manual feed of A4 paper"
  357. *Status: "PrinterError: request of manual feed of B5 paper"
  358. *Status: "PrinterError: door open or no toner cartridge"
  359. *Status: "PrinterError: paper jam"
  360. *Status: "PrinterError: warming up"
  361. *Status: "PrinterError: service call"
  362.  
  363. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  364. *Source: "Serial"
  365. *Source: "LocalTalk"
  366. *Source: "Parallel"
  367.  
  368. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  369. *PrinterError: "no paper tray"
  370. *PrinterError: "out of paper"
  371. *PrinterError: "request of manual feed of A4 paper"
  372. *PrinterError: "request of manual feed of B5 paper"
  373. *PrinterError: "door open or no toner cartridge"
  374. *PrinterError: "paper jam"
  375. *PrinterError: "warming up"
  376. *PrinterError: "service call"
  377.  
  378. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  379.  
  380. *% Color Separation Information =====================
  381.  
  382. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  383.  
  384. *InkName: ProcessBlack/Process Black
  385. *InkName: CustomColor/Custom Color
  386. *InkName: ProcessCyan/Process Cyan
  387. *InkName: ProcessMagenta/Process Magenta
  388. *InkName: ProcessYellow/Process Yellow
  389.  
  390. *%  For 60 lpi / 300 dpi  ===============================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  393. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  394. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  395. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  396. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  399. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  400. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  401. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  402. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  403.  
  404. *% Produced by "bldppd42.ps" version 4.0 edit 11
  405. *% Last Edit Date: May 7 1993
  406. *% The byte count of this file should be exactly 014119 or 014527
  407. *% depending on the filesystem it resides in.
  408. *% end of PPD file for Canon LASER SHOT A404PS
  409.